vendor/golang.org/x/text/unicode/norm.nfkcTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		tables15.0.0.go#L4513: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L4529: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L4551: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L4566: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L4570: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L4574: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L4598: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L4614: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L4636: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L4651: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L4655: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L4659: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L4672: func (t *nfkcTrie) lookupValue(n uint32, b byte) uint16 {